{
  "bundles": [
    {
      "@type": "NXBundle",
      "artifactId": "nuxeo-core-storage-dbs",
      "artifactVersion": "2021.62.7",
      "bundleGroup": {
        "@type": "NXBundleGroup",
        "bundleIds": [
          "org.nuxeo.ecm.core.storage",
          "org.nuxeo.ecm.core.storage.dbs",
          "org.nuxeo.ecm.core.storage.mem",
          "org.nuxeo.ecm.core.storage.mongodb",
          "org.nuxeo.ecm.core.storage.sql",
          "org.nuxeo.ecm.core.storage.sql.management"
        ],
        "hierarchyPath": "/grp:org.nuxeo.ecm.core/grp:org.nuxeo.ecm.core.storage",
        "id": "grp:org.nuxeo.ecm.core.storage",
        "name": "org.nuxeo.ecm.core.storage",
        "parentIds": [
          "grp:org.nuxeo.ecm.core"
        ],
        "readmes": [],
        "version": "2021.62"
      },
      "bundleId": "org.nuxeo.ecm.core.storage.dbs",
      "components": [
        {
          "@type": "NXComponent",
          "documentationHtml": "",
          "extensionPoints": [],
          "extensions": [
            {
              "@type": "NXContribution",
              "documentationHtml": "",
              "extensionPoint": "org.nuxeo.runtime.migration.MigrationService--configuration",
              "hierarchyPath": "/grp:org.nuxeo.ecm.core/grp:org.nuxeo.ecm.core.storage/org.nuxeo.ecm.core.storage.dbs/org.nuxeo.ecm.core.storage.dbs.migrator/Contributions/org.nuxeo.ecm.core.storage.dbs.migrator--configuration",
              "id": "org.nuxeo.ecm.core.storage.dbs.migrator--configuration",
              "registrationOrder": 1,
              "targetComponentName": {
                "rawName": "service:org.nuxeo.runtime.migration.MigrationService",
                "name": "org.nuxeo.runtime.migration.MigrationService",
                "type": "service"
              },
              "version": "2021.62.7",
              "xml": "<extension point=\"configuration\" target=\"org.nuxeo.runtime.migration.MigrationService\">\n\n    <migration id=\"blob-keys-migration\">\n      <description label=\"migration.dbs.blob.keys\">Populate ecm:blobKeys property</description>\n      <class>org.nuxeo.ecm.core.storage.dbs.BlobKeysBulkMigrator</class>\n      <defaultState>unsupported</defaultState>\n      <state id=\"unsupported\">\n      </state>\n      <state id=\"empty\">\n        <description label=\"migration.dbs.blob.keys.empty\">ecm:blobKeys is not populated</description>\n      </state>\n      <state id=\"populated\">\n        <description label=\"migration.dbs.blob.keys.populated\">ecm:blobKeys is populated</description>\n      </state>\n\n      <step fromState=\"empty\" id=\"empty-to-populated\" toState=\"populated\">\n        <description label=\"migration.dbs.blob.keys.empty-to-populated\">Populate ecm:blobKeys property</description>\n      </step>\n    </migration>\n\n  </extension>"
            }
          ],
          "hierarchyPath": "/grp:org.nuxeo.ecm.core/grp:org.nuxeo.ecm.core.storage/org.nuxeo.ecm.core.storage.dbs/org.nuxeo.ecm.core.storage.dbs.migrator",
          "name": "org.nuxeo.ecm.core.storage.dbs.migrator",
          "requirements": [],
          "resolutionOrder": 162,
          "services": [],
          "startOrder": 167,
          "version": "2021.62.7",
          "xmlFileContent": "<?xml version=\"1.0\"?>\n<component name=\"org.nuxeo.ecm.core.storage.dbs.migrator\" version=\"1.0\">\n\n  <extension target=\"org.nuxeo.runtime.migration.MigrationService\" point=\"configuration\">\n\n    <migration id=\"blob-keys-migration\">\n      <description label=\"migration.dbs.blob.keys\">Populate ecm:blobKeys property</description>\n      <class>org.nuxeo.ecm.core.storage.dbs.BlobKeysBulkMigrator</class>\n      <defaultState>unsupported</defaultState>\n      <state id=\"unsupported\">\n      </state>\n      <state id=\"empty\">\n        <description label=\"migration.dbs.blob.keys.empty\">ecm:blobKeys is not populated</description>\n      </state>\n      <state id=\"populated\">\n        <description label=\"migration.dbs.blob.keys.populated\">ecm:blobKeys is populated</description>\n      </state>\n\n      <step id=\"empty-to-populated\" fromState=\"empty\" toState=\"populated\">\n        <description label=\"migration.dbs.blob.keys.empty-to-populated\">Populate ecm:blobKeys property</description>\n      </step>\n    </migration>\n\n  </extension>\n\n</component>\n",
          "xmlFileName": "/OSGI-INF/dbs-blob-keys-migration.xml",
          "xmlPureComponent": true
        },
        {
          "@type": "NXComponent",
          "componentClass": "org.nuxeo.ecm.core.storage.dbs.DBSRepositoryService",
          "documentation": "\n    Manages DBS repositories.\n  \n",
          "documentationHtml": "<p>\nManages DBS repositories.\n</p><p></p>",
          "extensionPoints": [],
          "extensions": [],
          "hierarchyPath": "/grp:org.nuxeo.ecm.core/grp:org.nuxeo.ecm.core.storage/org.nuxeo.ecm.core.storage.dbs/org.nuxeo.ecm.core.storage.dbs.DBSRepositoryService",
          "name": "org.nuxeo.ecm.core.storage.dbs.DBSRepositoryService",
          "requirements": [
            "org.nuxeo.ecm.core.repository.RepositoryServiceComponent"
          ],
          "resolutionOrder": 794,
          "services": [
            {
              "@type": "NXService",
              "componentId": "org.nuxeo.ecm.core.storage.dbs.DBSRepositoryService",
              "hierarchyPath": "/grp:org.nuxeo.ecm.core/grp:org.nuxeo.ecm.core.storage/org.nuxeo.ecm.core.storage.dbs/org.nuxeo.ecm.core.storage.dbs.DBSRepositoryService/Services/org.nuxeo.ecm.core.storage.dbs.DBSRepositoryService",
              "id": "org.nuxeo.ecm.core.storage.dbs.DBSRepositoryService",
              "overriden": false,
              "version": "2021.62.7"
            }
          ],
          "startOrder": 833,
          "version": "2021.62.7",
          "xmlFileContent": "<?xml version=\"1.0\"?>\n<component name=\"org.nuxeo.ecm.core.storage.dbs.DBSRepositoryService\" version=\"1.0.0\">\n\n  <require>org.nuxeo.ecm.core.repository.RepositoryServiceComponent</require>\n\n  <documentation>\n    Manages DBS repositories.\n  </documentation>\n\n  <implementation class=\"org.nuxeo.ecm.core.storage.dbs.DBSRepositoryService\" />\n\n  <service>\n    <provide interface=\"org.nuxeo.ecm.core.storage.dbs.DBSRepositoryService\" />\n  </service>\n\n</component>\n",
          "xmlFileName": "/OSGI-INF/dbs-repository-service.xml",
          "xmlPureComponent": false
        },
        {
          "@type": "NXComponent",
          "documentationHtml": "",
          "extensionPoints": [],
          "extensions": [
            {
              "@type": "NXContribution",
              "documentationHtml": "",
              "extensionPoint": "org.nuxeo.ecm.core.bulk--actions",
              "hierarchyPath": "/grp:org.nuxeo.ecm.core/grp:org.nuxeo.ecm.core.storage/org.nuxeo.ecm.core.storage.dbs/org.nuxeo.ecm.core.storage.dbs.bulk.config/Contributions/org.nuxeo.ecm.core.storage.dbs.bulk.config--actions",
              "id": "org.nuxeo.ecm.core.storage.dbs.bulk.config--actions",
              "registrationOrder": 17,
              "targetComponentName": {
                "rawName": "service:org.nuxeo.ecm.core.bulk",
                "name": "org.nuxeo.ecm.core.bulk",
                "type": "service"
              },
              "version": "2021.62.7",
              "xml": "<extension point=\"actions\" target=\"org.nuxeo.ecm.core.bulk\">\n    <!-- Internal -->\n    <action batchSize=\"25\" bucketSize=\"100\" inputStream=\"bulk/updateReadAcls\" name=\"updateReadAcls\" sequentialScroll=\"true\"/>\n  </extension>"
            },
            {
              "@type": "NXContribution",
              "documentationHtml": "",
              "extensionPoint": "org.nuxeo.runtime.stream.service--streamProcessor",
              "hierarchyPath": "/grp:org.nuxeo.ecm.core/grp:org.nuxeo.ecm.core.storage/org.nuxeo.ecm.core.storage.dbs/org.nuxeo.ecm.core.storage.dbs.bulk.config/Contributions/org.nuxeo.ecm.core.storage.dbs.bulk.config--streamProcessor",
              "id": "org.nuxeo.ecm.core.storage.dbs.bulk.config--streamProcessor",
              "registrationOrder": 21,
              "targetComponentName": {
                "rawName": "service:org.nuxeo.runtime.stream.service",
                "name": "org.nuxeo.runtime.stream.service",
                "type": "service"
              },
              "version": "2021.62.7",
              "xml": "<extension point=\"streamProcessor\" target=\"org.nuxeo.runtime.stream.service\">\n    <!-- Update Read ACLs processor -->\n    <streamProcessor class=\"org.nuxeo.ecm.core.storage.dbs.action.UpdateReadAclsAction\" defaultConcurrency=\"1\" defaultPartitions=\"1\" name=\"updateReadAcls\">\n      <policy continueOnFailure=\"false\" delay=\"500ms\" maxDelay=\"10s\" maxRetries=\"3\" name=\"default\"/>\n    </streamProcessor>\n\n  </extension>"
            }
          ],
          "hierarchyPath": "/grp:org.nuxeo.ecm.core/grp:org.nuxeo.ecm.core.storage/org.nuxeo.ecm.core.storage.dbs/org.nuxeo.ecm.core.storage.dbs.bulk.config",
          "name": "org.nuxeo.ecm.core.storage.dbs.bulk.config",
          "requirements": [
            "org.nuxeo.runtime.stream.service"
          ],
          "resolutionOrder": 844,
          "services": [],
          "startOrder": 166,
          "version": "2021.62.7",
          "xmlFileContent": "<?xml version=\"1.0\"?>\n<component name=\"org.nuxeo.ecm.core.storage.dbs.bulk.config\" version=\"1.0.0\">\n\n  <require>org.nuxeo.runtime.stream.service</require>\n\n  <!-- ======================================================================================= -->\n  <!-- Actions configuration -->\n\n  <extension target=\"org.nuxeo.ecm.core.bulk\" point=\"actions\">\n    <!-- Internal -->\n    <action name=\"updateReadAcls\" inputStream=\"bulk/updateReadAcls\" bucketSize=\"100\" batchSize=\"25\" sequentialScroll=\"true\" />\n  </extension>\n\n  <!-- Action's processor -->\n  <extension target=\"org.nuxeo.runtime.stream.service\" point=\"streamProcessor\">\n    <!-- Update Read ACLs processor -->\n    <streamProcessor name=\"updateReadAcls\" class=\"org.nuxeo.ecm.core.storage.dbs.action.UpdateReadAclsAction\"\n      defaultConcurrency=\"${nuxeo.bulk.action.updateReadAcls.defaultConcurrency:=1}\"\n      defaultPartitions=\"${nuxeo.bulk.action.updateReadAcls.defaultPartitions:=1}\">\n      <policy name=\"default\" maxRetries=\"3\" delay=\"500ms\" maxDelay=\"10s\" continueOnFailure=\"false\" />\n    </streamProcessor>\n\n  </extension>\n\n</component>\n",
          "xmlFileName": "/OSGI-INF/dbs-bulk-config.xml",
          "xmlPureComponent": true
        }
      ],
      "fileName": "nuxeo-core-storage-dbs-2021.62.7.jar",
      "groupId": "org.nuxeo.ecm.core",
      "hierarchyPath": "/grp:org.nuxeo.ecm.core/grp:org.nuxeo.ecm.core.storage/org.nuxeo.ecm.core.storage.dbs",
      "id": "org.nuxeo.ecm.core.storage.dbs",
      "location": "",
      "manifest": "Manifest-Version: 1.0\r\nArchiver-Version: Plexus Archiver\r\nCreated-By: Apache Maven\r\nBuilt-By: root\r\nBuild-Jdk: 11.0.24\r\nBundle-ManifestVersion: 2\r\nBundle-Version: 2021.62.7-t20241029-083726\r\nBundle-SymbolicName: org.nuxeo.ecm.core.storage.dbs\r\nNuxeo-Component: OSGI-INF/dbs-repository-service.xml,OSGI-INF/dbs-blob\r\n -keys-migration.xml,OSGI-INF/dbs-bulk-config.xml\r\n\r\n",
      "maxResolutionOrder": 844,
      "minResolutionOrder": 162,
      "packages": [],
      "requirements": [],
      "version": "2021.62.7"
    }
  ],
  "creationDate": 1730823086020,
  "key": "Nuxeo Platform-2021.62",
  "name": "Nuxeo Platform",
  "operations": [],
  "packages": [],
  "pluginSnapshots": {},
  "releaseDate": 1730823086020,
  "version": "2021.62"
}